Bump to 1.7.0-beta.5 - #286
Merged
Merged
Conversation
Zaldaryon
approved these changes
Aug 31, 2026
Zaldaryon
left a comment
Collaborator
There was a problem hiding this comment.
Verification
I reviewed the version bump against dev at 84c6129.
package.jsonand both root version fields inpackage-lock.jsonnow match1.7.0-beta.5.npm ci --dry-run --ignore-scripts, typecheck, lint, format, coverage,build:unpack, andgit diff --check origin/dev...HEADpassed locally.- Coverage: 1,678 passed, 2 skipped; 93.02% statements.
- GitHub CI run 33408151465 passed all required typecheck, lint, test, and Linux and Windows build checks. The macOS build remains skipped by repository policy.
The PR is limited to the expected manifest version update, so no code change is required. No blocking findings remain. Approving.
Pixnop
force-pushed
the
chore/bump-beta5
branch
from
August 31, 2026 17:56
84c6129 to
cad7810
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only, both manifests moved together this time. Everything below is already on dev, reviewed piece by piece; this is the release cut.
What lands for a player: the edit screen no longer goes blank when a registered game version has a name the parser cannot read, which people were hitting on beta.4 (#284); accounts can be saved and switched, with sessions adopted per account and an unreadable store preserved before any rebuild (#253, #261); backups moved to gzipped tar and the launcher lost 9.5 MiB of 7-Zip machinery, with legacy zip backups restoring forever and three silent-failure paths closed along the way (#274); a Mods folder the user symlinked into an installation is read instead of ignored, and folder pickers no longer drop a linked selection silently (#275); every piece of text stays readable over any background, links are underlined, and the selected card border is visible (#236, #251, #260); config, account and catalog files are written atomically (#249); the remote version catalog is validated so a hostile payload cannot blank the versions page (#250); and the privacy policy ships in the app (#255).
Around it: the test suite runs on Windows now behind a gate job, which surfaced and fixed a real spawn error-handling bug in the game launch path (#272); the native LZMA2 decoder keeps its speed with a smaller memory peak (#241, #278); logging survives a dead console and records what it suppressed (#252, #279 pending); the harness is deterministic under parallel runs and stderr-clean (#264, #277, #280); the docs absorbed the wiki's unique content and got a fresh home screenshot (#282, #283).
Tagging v1.7.0-beta.5 on this commit once merged.